home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / hack / progsy / inne / winnuke / WinNUKE.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Encoding:
Text File  |  1997-05-11  |  1.1 KB  |  62 lines

  1. object frmMain: TfrmMain
  2.   Left = 244
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinNUKE'
  7.   ClientHeight = 99
  8.   ClientWidth = 255
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 138
  23.     Height = 13
  24.     Caption = 'Target hostname/IP address:'
  25.   end
  26.   object edtTarget: TEdit
  27.     Left = 4
  28.     Top = 20
  29.     Width = 249
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object btnNUke: TButton
  34.     Left = 176
  35.     Top = 48
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Nuke!'
  39.     TabOrder = 1
  40.     OnClick = btnNUkeClick
  41.   end
  42.   object sbStatus: TStatusBar
  43.     Left = 0
  44.     Top = 80
  45.     Width = 255
  46.     Height = 19
  47.     Panels = <>
  48.     SimplePanel = True
  49.   end
  50.   object MainMenu1: TMainMenu
  51.     Left = 144
  52.     Top = 52
  53.     object File1: TMenuItem
  54.       Caption = '&File'
  55.       object Exit1: TMenuItem
  56.         Caption = 'E&xit'
  57.         OnClick = Exit1Click
  58.       end
  59.     end
  60.   end
  61. end
  62.